Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested UL past level 4 #2824 #2853

Merged
merged 1 commit into from Nov 30, 2017

Conversation

robander
Copy link
Member

Signed-off-by: Robert D Anderson robander@us.ibm.com

This avoids the "missing variable" error and the bad "Undefined variable" generated text when UL is nested past the 4th level in PDF.

Fix uses the code update @jelovirt suggested in #2824.

Tested with the following list nested to 9 levels, all of which now work (no errors, no bad text in place of the bullet):

<ul>
<li>here's a list<ul>
<li>second level<ul>
<li>third level<ul>
<li>fourth level<ul>
<li>fifth<ul>
<li>six<ul>
<li>seven<ul>
<li>eight<ul>
<li>nine!!!!</li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
<li>well that was exhausting</li>
</ul>

Signed-off-by: Robert D Anderson <robander@us.ibm.com>
@robander robander added bug plugin/pdf Issue related to PDF plug-in ready for merge labels Nov 28, 2017
@robander robander added this to the 3.0.1 milestone Nov 28, 2017
@robander robander merged commit c96938f into dita-ot:hotfix/3.0.1 Nov 30, 2017
@robander robander deleted the hotfix/2824 branch November 30, 2017 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug plugin/pdf Issue related to PDF plug-in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants